Worklist/Items({SerialNumber})/ProcessInstance/DataFields({DataFieldName})
Returns the process instance data field matching the DataFieldName for the worklist item matching the SerialNumber.
URI
{Service Root URI}/Worklist/Items({SerialNumber})/ProcessInstance/DataFields({DataFieldName})?{Query Options}
https://api.denallix.com:443/K2Services/REST.svc/Worklist/Items(19_10)/ProcessInstance/DataFields(MyProcessDataField)
Method
GET
Service Path Options
Required
• SerialNumber (String) – the serial number for the worklist item
• DataFieldName (String) – the data field name for the process instance
Query Options
Optional
Return Type
DataField or Failure
GET /K2Services/REST.svc/Worklist/Items(19_10)/ProcessInstance/DataFields(MyProcessDataField) <?xml version="1.0" encoding="utf-8"?> <DataField Name="MyProcessDataField" xmlns="http://schemas.k2.com/process/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">My process data field initial value</DataField>